From: Richard M. Stallman Date: Sat, 8 Jan 1994 12:44:48 +0000 (+0000) Subject: If there are no subversions yet, use 1. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93551 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7120d5c8f0bb458a79a5b61e01230889dcfc1ca9;p=emacs.git If there are no subversions yet, use 1. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index c895e370fc3..6cf138cd794 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -133,7 +133,9 @@ files))) (setq emacs-version (format "%s.%d" emacs-version - (1+ (apply 'max versions)))))) + (if versions + (1+ (apply 'max versions)) + 1))))) ;; Note: all compiled Lisp files loaded above this point ;; must be among the ones parsed by make-docfile